home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / arkaice.swf / scripts / frame_2 / PlaceObject2_62_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-11-14  |  149 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(Key.isDown(37))
  3.    {
  4.       this._x -= speed;
  5.    }
  6.    if(Key.isDown(39))
  7.    {
  8.       this._x += speed;
  9.    }
  10. }
  11.